@keyframes wordsLoop {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.content .cbox {
  width: 425px;
  overflow: hidden;
}
.content .cbox .list_summary {
  border-left: none;
  border-right: none;
}
.fl .bkselector .bkselectorpop {
  left: 84px;
}
/*
      滚动内容样式
  */
.content .scrollWrap {
  border: 1px solid #bfd8ec;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.content .scrollWrap .zbLink {
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #3f3f3f;
  font-family: simsun;
  font-weight: 700;
}
.content .scrollWrap .zbLink:hover {
  color: red;
}
.content .scrollWrap .scrollCon {
  float: left;
  height: 32px;
  width: 780px;
  overflow: hidden;
  position: relative;
}
.content .scrollWrap .scrollCon .scrollDiv {
  width: 99999px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.content .scrollWrap .scrollCon ul {
  float: left;
}
.content .scrollWrap .scrollCon ul li {
  float: left;
  padding-right: 10px;
}
.content .scrollWrap .scrollCon ul a {
  text-decoration: underline;
  padding-right: 10px;
}
.content .scrollWrap .scrollCon ul .time {
  color: #999;
}
.hotlink {
  font-weight: bold;
  line-height: 34px;
  font-size: 16px;
  float: left;
}
.hotlink a {
  color: red;
  margin-left: 80px;
  text-decoration: underline;
}
.more_link {
  float: right;
  line-height: 34px;
  padding-right: 10px;
}
.more_link a {
  text-decoration: underline;
}
.link a {
  text-decoration: underline;
}
.content .chartbox .cbox {
  width: 273px;
  margin-left: 10px;
  float: left;
  border-right: 1px solid #bdd4e6;
  border-bottom: 1px solid #bdd4e6;
  border-left: 1px solid #bdd4e6;
}
.linkNav .linkInfo ul {
  display: block;
  float: right;
  margin-left: 3px;
}
.linkNav .linkInfo a {
  float: right;
}
.content1 .imgdiv {
  margin-left: 10px;
  width: 240px;
  float: left;
  margin-top: 25px;
  border-bottom: solid 1px #bfd8ec;
  padding-bottom: 19px;
}
.content1 .lablediv {
  float: left;
  width: 45px;
  margin-top: 50px;
  margin-left: 15px;
}
.content1 .lablediv .piclable a {
  height: 21px;
  line-height: 21px;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  width: 42px;
  text-align: center;
  background-color: #f5f5f5;
  color: #000;
  display: block;
}
.content1 .lablediv .piclable a:last-child {
  border-bottom: 1px solid #D1D1D1;
}
.content1 .tablediv {
  margin-right: 10px;
  float: right;
  width: 530px;
  clear: none;
}
.content1 .tablediv .list_summary {
  border-left: none;
  border-right: none;
}
.content2 .chartdiv {
  float: left;
  height: 238px;
  width: 575px;
  border-bottom: 1px solid #BAD5EA;
}
.content2 .tablediv {
  float: right;
  width: 280px;
}
.content2 .tablediv .list_summary {
  border-left: none;
  border-right: none;
}
.content3 .tablediv {
  float: left;
  width: 280px;
}
.content3 .tablediv .dataview {
  height: 214px;
  overflow: hidden;
}
.content3 .tablediv .list_summary {
  border-left: none;
  border-right: none;
}
.content3 .chartdiv {
  float: right;
  height: 238px;
  width: 565px;
  border-bottom: 1px solid #BAD5EA;
}
.dataview.style1 {
  min-height: 110px;
}
#dataview_xgsg.dataview table tr.today td {
  color: red;
}
#dataview_xgsg.dataview table tr.today_1 td {
  color: #2860FF;
}
#dataview_xgsg.dataview table tr.today_2 td {
  color: #25a4ed;
}
#dataview_xgsg.dataview table tbody tr td {
  padding: 3px 0;
}
#dataview_xgsg.dataview table tbody tr td span.price {
  font-weight: bold;
  font-family: Arial, simsun, 'Hiragino Sans GB';
}
#dataview_xgsg.dataview table tbody tr td span.yg {
  display: inline-block;
  width: 40px;
  font-style: italic;
}
